home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Graphics / STIMP_noise / doc / pnmwhitenoise.txt < prev    next >
Encoding:
Text File  |  1998-01-31  |  1.6 KB  |  65 lines

  1.  
  2.                Documentation for the program "pnmwhitenoise"
  3.               ===============================================
  4.  
  5.  
  6.                                   PURPOSE
  7.                                  ---------
  8.  
  9. This operator creates equal distributed or normal distributed noise to
  10. PBM, PGM and PPM images.
  11.  
  12. ENGLISH: Please read the file "noise.english.txt" for further information
  13.          about the archives contents, the installation, the copyright
  14.          notice and the author.
  15.  
  16. DEUTSCH: Bitte lesen Sie die Datei "noise.deutsch.txt" für weitergehende
  17.          Informationen bezüglich des Archivinhalts, der Installation, der
  18.          Copyright-Notiz und des Autors.
  19.  
  20.  
  21.                            START OF THE PROGRAM
  22.                           ----------------------
  23.  
  24. Syntax: pnmwhitenoise [+v|-v] [-e|-n] [-sScatter] file1 file2
  25.  
  26. Options:
  27.  
  28. +v      : use verbose-mode (default)
  29. -v      : no verbose-mode
  30.  
  31. -e      : equal distributed noise (default)
  32. -n      : normal distributed noise
  33.  
  34. -s      : scatter of the noise, 0 .. 150 (default: 75)
  35.  
  36. file1   : PBM/PGM/PPM-file, source
  37. file2   : PBM/PGM/PPM-file, destination
  38.  
  39.  
  40.                                  EXAMPLES
  41.                                 ----------
  42.  
  43. pnmwhitenoise -e -s150 Lena.PGM Temp:Noisy.PGM
  44.  
  45.  
  46.                                    PLANS
  47.                                   -------
  48.  
  49. None. (Maybe someone detects an error ?)
  50.  
  51.  
  52.                                   HISTORY
  53.                                  ---------
  54.  
  55. Version 1.02, 31.Jan.98
  56. - new includes
  57. - source code optimized
  58.  
  59. Version 1.01, 04.Dec.97
  60. - first release
  61.  
  62. Version 1.00, ??.Nov.97
  63. - separate programs for PGM and PPM
  64.  
  65.